home *** CD-ROM | disk | FTP | other *** search
- Path: news1.sympatico.ca!news
- From: Stephane Lajeunesse <slajeunesse@sympatico.ca>
- Newsgroups: comp.lang.c
- Subject: Error: FILE *rl_instream = stdin; initializer is not a constant
- Date: 8 Feb 1996 00:05:05 GMT
- Organization: Bell Canada
- Message-ID: <4fbenh$60s@news1.sympatico.ca>
- NNTP-Posting-Host: ppp215.qc.sympatico.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- Hi,
-
- When I'm comiling this using GCC 2.5.8 on Xenix, this type of
- initialization doesn't work:
-
- FILE *rl_inputstream = stdin;
-
- It halts with a message :
-
- initializer is not a constant
-
- Any ideas on how I can work around this problem.
-
- Thanks,
- Stephane
-
-